-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish manifests automatically when released #422
base: master
Are you sure you want to change the base?
Publish manifests automatically when released #422
Conversation
Pull Request Test Coverage Report for Build 4342869488
💛 - Coveralls |
|
||
- name: Get current release | ||
id: get_release | ||
uses: bruceadams/[email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure if this is allowed gitactions by OGHO. please get it reviewed by @Djelibeybi
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Djelibeybi,
Could you pls review this git action and confirm whether we can use this or not?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not in the list of allowed actions. You'd either have to replace it, fork it or request approval for it.
GITHUB_TOKEN: ${{ github.token }} | ||
|
||
- name: upload manifests | ||
uses: shogo82148/actions-upload-release-asset@v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure if this is allowed gitactions by OGHO. please get it reviewed by @Djelibeybi
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Djelibeybi,
Could you pls review this git action and confirm whether we can use this or not?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not in the list of allowed actions. You'd either have to replace it, fork it or request approval for it.
Automates attaching of manifests during release pipeline